From 2eac1ac73be647fefc0f1fde09f7fb31948ad911 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 28 Apr 2011 22:04:02 +0200 Subject: [PATCH] docs: Fix liststore docs gtk-doc was very unhappy. It's not anymore --- gtk/gtkliststore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index aabd3ec0fa..cc7ac19780 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -53,7 +53,7 @@ * application writer to call gtk_tree_model_row_changed() to emit the * #GtkTreeModel::row_changed signal. This most commonly affects lists with * #GdkPixbufs stored. - * + * * * Creating a simple list store. * @@ -107,7 +107,7 @@ * } * * - * + * * * Performance Considerations * Internally, the #GtkListStore was implemented with a linked list with a -- 2.30.2